treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ cmake qt4 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://techbase.kde.org/Development/Tools/Automoc4;
|
||||
homepage = "https://techbase.kde.org/Development/Tools/Automoc4";
|
||||
description = "KDE Meta Object Compiler";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.sander ];
|
||||
|
||||
Reference in New Issue
Block a user