treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
installFlags = [ "prefix=" "DESTDIR=$(out)" ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/dbohdan/s2png/;
|
||||
homepage = "https://github.com/dbohdan/s2png/";
|
||||
description = "Store any data in PNG images";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.dbohdan ];
|
||||
|
||||
Reference in New Issue
Block a user