treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.lgpl3;
|
||||
description = "A music related metadata searchengine";
|
||||
homepage = https://github.com/sahib/glyr;
|
||||
homepage = "https://github.com/sahib/glyr";
|
||||
maintainers = [ maintainers.sternenseemann ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user