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
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
version = "20141224";
src = fetchgit {
url = git://git.code.sf.net/p/pcalc/code;
url = "git://git.code.sf.net/p/pcalc/code";
rev = "181d60d3c880da4344fef7138065943eb3b9255f";
sha256 = "1hd5bh20j5xzvv6qa0fmzmv0h8sf38r7zgi7y0b6nk17pjq33v90";
};
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ bison flex ];
meta = {
homepage = http://pcalc.sourceforge.net/;
homepage = "http://pcalc.sourceforge.net/";
description = "Programmer's calculator";
license = licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ ftrvxmtrx ];