summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/okteta
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-10-08 20:54:38 +0200
committerChristine Koppelt <cko@users.noreply.github.com>2019-10-08 20:54:38 +0200
commit854c969b57f8d831e40dc91a6448eed17e1b48e1 (patch)
treecd6ded8c7d95055c5e2c925ac079c03332e1731f /pkgs/applications/editors/okteta
parentd7340fe2324e8a9f0862b2bc4701978f6954a924 (diff)
add missing meta data
Diffstat (limited to 'pkgs/applications/editors/okteta')
-rw-r--r--pkgs/applications/editors/okteta/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/okteta/default.nix b/pkgs/applications/editors/okteta/default.nix
index 287758e0fd83..5c7ddfb34d46 100644
--- a/pkgs/applications/editors/okteta/default.nix
+++ b/pkgs/applications/editors/okteta/default.nix
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
license = licenses.gpl2;
+ description = "A hex editor";
maintainers = with maintainers; [ peterhoeg bkchr ];
platforms = platforms.linux;
};