Switch suckless.org URLs to https

(cherry picked from commit 22f212537f475565f67a07b869f9cceea2022191)
This commit is contained in:
Pascal Wittmann
2018-04-11 15:11:55 +02:00
parent 136403655c
commit 7427b58266
13 changed files with 18 additions and 18 deletions
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "3";
src = fetchgit {
url = "http://git.suckless.org/farbfeld";
url = "https://git.suckless.org/farbfeld";
rev = "refs/tags/${version}";
sha256 = "1k9cnw2zk9ywcn4hibf7wgi4czwyxhgjdmia6ghpw3wcz8vi71xl";
};