treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -30,7 +30,7 @@ buildPythonPackage {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Work with Evernote from command line";
|
||||
homepage = http://www.geeknote.me;
|
||||
homepage = "http://www.geeknote.me";
|
||||
license = licenses.gpl1;
|
||||
maintainers = with maintainers; [ hbunke ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user