treewide: per RFC45, remove more unquoted URLs

This commit is contained in:
Pavol Rusnak
2020-04-18 14:04:37 +02:00
parent e5450d9d00
commit fadcfc3ea4
22 changed files with 120 additions and 120 deletions
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
name = "${baseName}-${version}";
src = fetchurl {
#url = http://gogo6.com/downloads/gogoc-1_2-RELEASE.tar.gz;
#url = "http://gogo6.com/downloads/gogoc-1_2-RELEASE.tar.gz";
url = "https://src.fedoraproject.org/repo/pkgs/gogoc/gogoc-1_2-RELEASE.tar.gz/41177ed683cf511cc206c7782c37baa9/gogoc-1_2-RELEASE.tar.gz";
sha256 = "a0ef45c0bd1fc9964dc8ac059b7d78c12674bf67ef641740554e166fa99a2f49";
};