safe-rm: Update git repository

Gitorious is long gone and the upstream repository is now on Launchpad: https://code.launchpad.net/safe-rm
This commit is contained in:
Francois Marier
2020-10-22 07:48:32 -07:00
committed by Sandro Jäckel
parent 498ef04c77
commit 686b2a2ac8

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.12";
src = fetchgit {
url = "https://gitorious.org/safe-rm/mainline.git";
url = "https://git.launchpad.net/safe-rm";
rev = "refs/tags/${pname}-${version}";
sha256 = "0zkmwxyl1870ar6jr9h537vmqgkckqs9jd1yv6m4qqzdsmg5gdbq";
};