about summary refs log tree commit diff
path: root/pkgs/development/web/protege-distribution/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/web/protege-distribution/default.nix')
-rw-r--r--pkgs/development/web/protege-distribution/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/protege-distribution/default.nix b/pkgs/development/web/protege-distribution/default.nix
index b82f45692ee15..3aa234b406bde 100644
--- a/pkgs/development/web/protege-distribution/default.nix
+++ b/pkgs/development/web/protege-distribution/default.nix
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    description = "The OWL2 ontology editor from Stanford, with third-party plugins included";
+    description = "OWL2 ontology editor from Stanford, with third-party plugins included";
     homepage = "https://protege.stanford.edu/";
     downloadPage = "https://protege.stanford.edu/products.php#desktop-protege";
     maintainers = with maintainers; [ nessdoor ];