summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/okteta
diff options
context:
space:
mode:
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;
};