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
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "u9fs-20110513";
src = fetchhg {
url = https://bitbucket.org/plan9-from-bell-labs/u9fs;
url = "https://bitbucket.org/plan9-from-bell-labs/u9fs";
rev = "9474edb23b11";
sha256 = "0irwyk8vnvx0fmz8lmbdb2jrlvas8imr61jr76a1pkwi9wpf2wv6";
};
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib;
{ description = "Serve 9P from Unix";
homepage = http://plan9.bell-labs.com/magic/man2html/4/u9fs;
homepage = "http://plan9.bell-labs.com/magic/man2html/4/u9fs";
license = licenses.free;
maintainers = [ maintainers.ehmry ];
platforms = platforms.unix;