Merge pull request #42423 from ryantm/repology-problems
treewide: http -> https
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "gravit-0.5.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://gravit.slowchop.com/media/downloads/${name}.tgz";
|
||||
url = "https://gravit.slowchop.com/media/downloads/${name}.tgz";
|
||||
sha256 = "14vf7zj2bgrl96wsl3f1knsggc8h9624354ajzd72l46y09x5ky7";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user