diff options
author | Rastus Vernon <rastus.vernon@protonmail.ch> | 2016-07-03 15:27:01 -0400 |
---|---|---|
committer | Bjørn Forsman <bjorn.forsman@gmail.com> | 2016-07-03 21:43:52 +0200 |
commit | 77d9966d931a0b74616f7d782060bdf33713bcda (patch) | |
tree | b6b4ff18e01f8d14ae4016fe996cd2e80eba85d9 | |
parent | d01af30994c103521a83e150b13145c1fe1ba3f6 (diff) |
cryptsetup: update project homepage
The project was moved from code.google.com to gitlab.com.
-rw-r--r-- | pkgs/os-specific/linux/cryptsetup/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/cryptsetup/default.nix b/pkgs/os-specific/linux/cryptsetup/default.nix index 3222ddbd7d9eb..8e92aaf63463e 100644 --- a/pkgs/os-specific/linux/cryptsetup/default.nix +++ b/pkgs/os-specific/linux/cryptsetup/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { ++ stdenv.lib.optional enablePython python; meta = { - homepage = http://code.google.com/p/cryptsetup/; + homepage = https://gitlab.com/cryptsetup/cryptsetup/; description = "LUKS for dm-crypt"; license = stdenv.lib.licenses.gpl2; maintainers = with stdenv.lib.maintainers; [ viric chaoflow ]; |