Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cryptsetup: update project homepage

The project was moved from code.google.com to gitlab.com.

(cherry picked from commit 77d9966d931a0b74616f7d782060bdf33713bcda)

authored by Rastus Vernon and committed by Bjørn Forsman 5424a1dd 368214c6

+1 -1
+1 -1
pkgs/os-specific/linux/cryptsetup/default.nix
··· 19 19 ++ stdenv.lib.optional enablePython python; 20 20 21 21 meta = { 22 - homepage = http://code.google.com/p/cryptsetup/; 22 + homepage = https://gitlab.com/cryptsetup/cryptsetup/; 23 23 description = "LUKS for dm-crypt"; 24 24 license = stdenv.lib.licenses.gpl2; 25 25 maintainers = with stdenv.lib.maintainers; [ viric chaoflow ];