treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
|
||||
meta = {
|
||||
description = "Beets plugin to manage external files";
|
||||
homepage = https://github.com/geigerzaehler/beets-alternatives;
|
||||
homepage = "https://github.com/geigerzaehler/beets-alternatives";
|
||||
maintainers = [ stdenv.lib.maintainers.aszlig ];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
|
||||
@@ -28,7 +28,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Beets plugin to Verify and store checksums in your library";
|
||||
homepage = https://github.com/geigerzaehler/beets-check;
|
||||
homepage = "https://github.com/geigerzaehler/beets-check";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lovesegfault ];
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ pythonPackages.buildPythonApplication {
|
||||
|
||||
meta = {
|
||||
description = "Beets plugin to move non-music files during the import process";
|
||||
homepage = https://github.com/sbarakat/beets-copyartifacts;
|
||||
homepage = "https://github.com/sbarakat/beets-copyartifacts";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user