treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A collection of utilties for indexing and searching Maildirs";
|
||||
license = licenses.gpl3Plus;
|
||||
homepage = https://www.djcbsoftware.nl/code/mu/;
|
||||
homepage = "https://www.djcbsoftware.nl/code/mu/";
|
||||
platforms = platforms.mesaPlatforms;
|
||||
maintainers = with maintainers; [ antono the-kenny peterhoeg ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user