summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/linux/cryptodev
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2018-10-13 22:42:40 +0200
committerGitHub <noreply@github.com>2018-10-13 22:42:40 +0200
commitc7f27571d34b7130b7e7584249860b98fcdd3c74 (patch)
tree14b1cde83a41e86f2b096f9fdc3ca1bc4cf2bdd7 /pkgs/os-specific/linux/cryptodev
parent14a971d60950ab11c605675aa26789effc2bfa8f (diff)
cryptodev-linux: update meta.homepage
gna.org forge is closed
Diffstat (limited to 'pkgs/os-specific/linux/cryptodev')
-rw-r--r--pkgs/os-specific/linux/cryptodev/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/cryptodev/default.nix b/pkgs/os-specific/linux/cryptodev/default.nix
index 45a7fe177f2b..c146e18f68d5 100644
--- a/pkgs/os-specific/linux/cryptodev/default.nix
+++ b/pkgs/os-specific/linux/cryptodev/default.nix
@@ -7,7 +7,6 @@ stdenv.mkDerivation rec {
src = fetchurl {
urls = [
"http://nwl.cc/pub/cryptodev-linux/${pname}.tar.gz"
- "http://download.gna.org/cryptodev-linux/${pname}.tar.gz"
];
sha256 = "0l3r8s71vkd0s2h01r7fhqnc3j8cqw4msibrdxvps9hfnd4hnk4z";
};
@@ -20,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Device that allows access to Linux kernel cryptographic drivers";
- homepage = http://home.gna.org/cryptodev-linux/;
+ homepage = http://cryptodev-linux.org/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
broken = !stdenv.lib.versionOlder kernel.version "4.13";