Update pkgs/servers/jetbrains/youtrack.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
648eada1c3
commit
8d89aa01d6
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Issue tracking and project management tool for developers";
|
description = "Issue tracking and project management tool for developers";
|
||||||
maintainers = with maintainers; teams.serokell.members;
|
maintainers = teams.serokell.members;
|
||||||
# https://www.jetbrains.com/youtrack/buy/license.html
|
# https://www.jetbrains.com/youtrack/buy/license.html
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue