treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -36,8 +36,8 @@ stdenv.mkDerivation rec {
|
||||
the AppSocket protocol and has the scheme socket://. LPRng also supports
|
||||
this protocol and the syntax is lp=remotehost%9100 in /etc/printcap.
|
||||
'';
|
||||
homepage = http://p910nd.sourceforge.net/;
|
||||
downloadPage = https://sourceforge.net/projects/p910nd/;
|
||||
homepage = "http://p910nd.sourceforge.net/";
|
||||
downloadPage = "https://sourceforge.net/projects/p910nd/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user