diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:06:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:17:50 +0000 |
commit | a29663b2c96280c0c59705227f3722102416d0a2 (patch) | |
tree | 1ed3d076426ddade009bd6e12628b86997ad629b /dev-haskell | |
parent | dev-go/go-snappy: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-a29663b2c96280c0c59705227f3722102416d0a2.tar.gz gentoo-a29663b2c96280c0c59705227f3722102416d0a2.tar.bz2 gentoo-a29663b2c96280c0c59705227f3722102416d0a2.zip |
dev-haskell/emojis: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/emojis/emojis-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/emojis/emojis-0.1.ebuild b/dev-haskell/emojis/emojis-0.1.ebuild index c070a220f9cc..7b74ee4c2e43 100644 --- a/dev-haskell/emojis/emojis-0.1.ebuild +++ b/dev-haskell/emojis/emojis-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal -DESCRIPTION="Conversion between emoji characters and their names." +DESCRIPTION="Conversion between emoji characters and their names" HOMEPAGE="https://github.com/jgm/emojis#readme" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" |