treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Freedesktop reference sound theme";
|
||||
homepage = http://freedesktop.org/wiki/Specifications/sound-theme-spec;
|
||||
homepage = "http://freedesktop.org/wiki/Specifications/sound-theme-spec";
|
||||
# See http://cgit.freedesktop.org/sound-theme-freedesktop/tree/CREDITS:
|
||||
license = with licenses; [ cc-by-30 cc-by-sa-25 gpl2 gpl2Plus ];
|
||||
platforms = with platforms; unix;
|
||||
|
||||
Reference in New Issue
Block a user