treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library for playing tracker music module files";
|
||||
homepage = https://mikmod.shlomifish.org/;
|
||||
homepage = "https://mikmod.shlomifish.org/";
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = with maintainers; [ astsmtl lovek323 ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user