cryptsetup: update project homepage
The project was moved from code.google.com to gitlab.com.
This commit is contained in:
parent
d01af30994
commit
77d9966d93
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
++ stdenv.lib.optional enablePython python;
|
++ stdenv.lib.optional enablePython python;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://code.google.com/p/cryptsetup/;
|
homepage = https://gitlab.com/cryptsetup/cryptsetup/;
|
||||||
description = "LUKS for dm-crypt";
|
description = "LUKS for dm-crypt";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ viric chaoflow ];
|
maintainers = with stdenv.lib.maintainers; [ viric chaoflow ];
|
||||||
|
|
Loading…
Reference in New Issue