treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
installPhase = "make install-mkpasswd";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://packages.qa.debian.org/w/whois.html;
|
||||
homepage = "https://packages.qa.debian.org/w/whois.html";
|
||||
description = "Overfeatured front-end to crypt, from the Debian whois package";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ cstrahan fpletz ];
|
||||
|
||||
Reference in New Issue
Block a user