treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec{
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A program which generates ASCII pictures of a cow with a message";
|
||||
homepage = https://en.wikipedia.org/wiki/Cowsay;
|
||||
homepage = "https://en.wikipedia.org/wiki/Cowsay";
|
||||
license = licenses.gpl1;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.rob ];
|
||||
|
||||
Reference in New Issue
Block a user