treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
version = "20160425";
src = fetchgit {
url = git://c9x.me/ed.git;
url = "git://c9x.me/ed.git";
rev = "323d49b68c5e804ed3b8cada0e2274f1589b3484";
sha256 = "0wv8i3ii7cd9bqhjpahwp2g5fcmyk365nc7ncmvl79cxbz3f7y8v";
};
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A relaxing mix of Vi and ACME";
homepage = http://c9x.me/edit;
homepage = "http://c9x.me/edit";
license = licenses.publicDomain;
maintainers = [ maintainers.vrthra ];
platforms = platforms.linux;