xpra: add license
This commit is contained in:
parent
7d6c70bc74
commit
0052a756d2
@ -81,5 +81,6 @@ in buildPythonApplication rec {
|
||||
description = "Persistent remote applications for X";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ tstrobel offline ];
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
@ -68,11 +68,12 @@ buildPythonApplication rec {
|
||||
#'';
|
||||
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://xpra.org/;
|
||||
downloadPage = "https://xpra.org/src/";
|
||||
downloadURLRegexp = "xpra-.*[.]tar[.]xz$";
|
||||
description = "Persistent remote applications for X";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user