nh, nixos/doc: update repo owner (viperML -> nix-community)
This commit is contained in:
parent
8ff62b67ae
commit
1910d945e8
@ -139,7 +139,7 @@ The pre-existing `services.ankisyncd` has been marked deprecated and will be dro
|
|||||||
|
|
||||||
- [Netbird](https://netbird.io), an open-source VPN management platform, now has a self-hosted management server. Available as [services.netbird.server](#opt-services.netbird.server.enable).
|
- [Netbird](https://netbird.io), an open-source VPN management platform, now has a self-hosted management server. Available as [services.netbird.server](#opt-services.netbird.server.enable).
|
||||||
|
|
||||||
- [nh](https://github.com/viperML/nh), yet another Nix CLI helper. Available as [programs.nh](#opt-programs.nh.enable).
|
- [nh](https://github.com/nix-community/nh), yet another Nix CLI helper. Available as [programs.nh](#opt-programs.nh.enable).
|
||||||
|
|
||||||
- [oink](https://github.com/rlado/oink), a dynamic DNS client for Porkbun. Available as [services.oink](#opt-services.oink.enable).
|
- [oink](https://github.com/rlado/oink), a dynamic DNS client for Porkbun. Available as [services.oink](#opt-services.oink.enable).
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
version = "3.6.0";
|
version = "3.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "viperML";
|
owner = "nix-community";
|
||||||
repo = "nh";
|
repo = "nh";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-k8rz5RF1qi7RXzQYWGbw5pJRNRFIdX85SIYN+IHiVL4=";
|
hash = "sha256-k8rz5RF1qi7RXzQYWGbw5pJRNRFIdX85SIYN+IHiVL4=";
|
||||||
@ -59,7 +59,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Yet another nix cli helper";
|
description = "Yet another nix cli helper";
|
||||||
homepage = "https://github.com/viperML/nh";
|
homepage = "https://github.com/nix-community/nh";
|
||||||
license = lib.licenses.eupl12;
|
license = lib.licenses.eupl12;
|
||||||
mainProgram = "nh";
|
mainProgram = "nh";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user