treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user