summary refs log tree commit diff
path: root/pkgs/development/libraries/tre
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-11-17 09:43:55 +0100
committerChristine Koppelt <cko@users.noreply.github.com>2019-11-17 09:43:55 +0100
commit3aa0d776a176365b63db4709ec639322aec68e85 (patch)
tree7f709cd69f84d5b8f964d95e7b4633dec7dac43c /pkgs/development/libraries/tre
parentc1966522d7d5fa54db068140d212cba18731dd98 (diff)
downloadnixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.gz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.bz2
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.lz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.xz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.zst
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.zip
pkgs/development/libraries: Add missing descriptions and homepages
Diffstat (limited to 'pkgs/development/libraries/tre')
-rw-r--r--pkgs/development/libraries/tre/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/tre/default.nix b/pkgs/development/libraries/tre/default.nix
index 901b6aa097f..d5ed35694c5 100644
--- a/pkgs/development/libraries/tre/default.nix
+++ b/pkgs/development/libraries/tre/default.nix
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
   ];
 
   meta = {
+    description = "Lightweight and robust POSIX compliant regexp matching library";
+    homepage = "https://laurikari.net/tre/";
     platforms = stdenv.lib.platforms.unix;
     license = stdenv.lib.licenses.bsd2;
   };