mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
noto-fonts-emoji-blob-bin: remove url syntax in homepage
This commit is contained in:
parent
079b8e1c5d
commit
0cfc9f47ce
|
@ -177,7 +177,7 @@ in
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Noto Emoji with extended Blob support";
|
||||
homepage = https://github.com/C1710/blobmoji;
|
||||
homepage = "https://github.com/C1710/blobmoji";
|
||||
license = with licenses; [ ofl asl20 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ rileyinman ];
|
||||
|
|
Loading…
Reference in a new issue