diff options
| author | Bryan Gardiner <bog@khumba.net> | 2024-09-21 10:29:11 -0700 |
|---|---|---|
| committer | Bryan Gardiner <bog@khumba.net> | 2024-09-29 18:57:03 -0700 |
| commit | 488841fed56776f1f3c14a45baf2f8f98e33c743 (patch) | |
| tree | fb350b38b096f1cfc7690150609d5430f8a7c297 | |
| parent | Merge: [Backport release-24.05] meshcentral: 1.1.30 -> 1.1.31 (#345179) (diff) | |
| download | nixpkgs-488841fed56776f1f3c14a45baf2f8f98e33c743.tar.gz | |
nvd: switch source repository to Sourcehut
nvd will be moving from Gitlab to Sourcehut shortly, and the old
repository will be archived and removed, before NixOS 24.05 is
out of support.
| -rw-r--r-- | pkgs/tools/package-management/nvd/default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/package-management/nvd/default.nix b/pkgs/tools/package-management/nvd/default.nix index 8f33b4a5fbfa..f8109f6b70d0 100644 --- a/pkgs/tools/package-management/nvd/default.nix +++ b/pkgs/tools/package-management/nvd/default.nix @@ -1,4 +1,4 @@ -{ fetchFromGitLab +{ fetchFromSourcehut , installShellFiles , lib , python3 @@ -9,10 +9,10 @@ stdenv.mkDerivation (finalAttrs: { pname = "nvd"; version = "0.2.3"; - src = fetchFromGitLab { - owner = "khumba"; + src = fetchFromSourcehut { + owner = "~khumba"; repo = "nvd"; - rev = "refs/tags/v${finalAttrs.version}"; + rev = "v${finalAttrs.version}"; hash = "sha256-TmaXsyJLRkmIN9D77jOXd8fLj7kYPCBLg0AHIImAtgA="; }; @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Nix/NixOS package version diff tool"; - homepage = "https://gitlab.com/khumba/nvd"; + homepage = "https://khumba.net/projects/nvd"; license = lib.licenses.asl20; mainProgram = "nvd"; maintainers = with lib.maintainers; [ khumba ]; |
