treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A notepad clone for GTK 2.0";
|
||||
homepage = http://tarot.freeshell.org/leafpad;
|
||||
homepage = "http://tarot.freeshell.org/leafpad";
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.flosse ];
|
||||
license = licenses.gpl3;
|
||||
|
||||
Reference in New Issue
Block a user