Merge pull request #104059 from RaghavSood/anarchism/src

anarchism: fix src
This commit is contained in:
StigP 2020-11-20 11:36:06 +01:00 committed by GitHub
commit 6e6bd19f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
domain = "salsa.debian.org";
owner = "debian";
repo = pname;
rev = "debian%2F${version}"; # %2F = urlquote("/")
rev = "debian/${version}";
sha256 = "04ylk0y5b3jml2awmyz7m1hnymni8y1n83m0k6ychdh0px8frhm5";
};