gmrun: fix license

gstqt5
Markus Kowalewski 2020-06-26 10:51:01 +02:00
parent 7f0fde0822
commit 50377df233
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
./gmrun-0.9.2-xdg.patch
];
meta = {
meta = with stdenv.lib; {
description = "Gnome Completion-Run Utility";
longDescription = ''
A simple program which provides a "run program" window, featuring a bash-like TAB completion.
@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
Running commands in a terminal with CTRL-Enter. URL handlers.
'';
homepage = "https://sourceforge.net/projects/gmrun/";
license = "GPL";
license = licenses.gpl2;
maintainers = [];
platforms = stdenv.lib.platforms.all;
platforms = platforms.all;
};
}