diff options
author | Cyprien AUGIER <cyprien.augier@protonmail.com> | 2021-02-08 15:21:01 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2021-02-08 16:06:32 +0100 |
commit | bc82910020bf3afcd5f8abb89087f3c87117b2e6 (patch) | |
tree | fa3fa9dc0c6c8b7fa29986aa7f4155194e66e6ef /dev-util/goland | |
parent | net-p2p/syncthing: bump to 1.13.1 (diff) | |
download | gentoo-bc82910020bf3afcd5f8abb89087f3c87117b2e6.tar.gz gentoo-bc82910020bf3afcd5f8abb89087f3c87117b2e6.tar.bz2 gentoo-bc82910020bf3afcd5f8abb89087f3c87117b2e6.zip |
dev-util/goland: fix desktop entry name typo
Signed-off-by: Cyprien AUGIER <cyprien.augier@protonmail.com>
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'dev-util/goland')
-rw-r--r-- | dev-util/goland/goland-2020.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/goland/goland-2020.3.ebuild b/dev-util/goland/goland-2020.3.ebuild index d487b813e0a4..aa0cbad8d0e2 100644 --- a/dev-util/goland/goland-2020.3.ebuild +++ b/dev-util/goland/goland-2020.3.ebuild @@ -55,7 +55,7 @@ src_install() { make_wrapper "${PN}" "${dir}/bin/${PN}.sh" newicon "bin/${PN}.png" "${PN}.png" - make_desktop_entry "${PN}" "gogland" "${PN}" "Development;IDE;" + make_desktop_entry "${PN}" "goland" "${PN}" "Development;IDE;" } pkg_postinst() { |