treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Arc icon theme";
|
||||
homepage = https://github.com/horst3180/arc-icon-theme;
|
||||
homepage = "https://github.com/horst3180/arc-icon-theme";
|
||||
license = licenses.gpl3;
|
||||
# moka-icon-theme dependency is restricted to linux
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user