treewide: per RFC45, remove more unquoted URLs

This commit is contained in:
Pavol Rusnak
2020-04-18 14:04:37 +02:00
parent e5450d9d00
commit fadcfc3ea4
22 changed files with 120 additions and 120 deletions
@@ -41,7 +41,7 @@ mkDerivation rec {
meta = with stdenv.lib; {
description = "A soundfont editor for creating musical instruments";
homepage = https://www.polyphone-soundfonts.com/;
homepage = "https://www.polyphone-soundfonts.com/";
license = licenses.gpl3;
maintainers = [ maintainers.maxdamantus ];
platforms = platforms.linux;