summary refs log tree commit diff
path: root/pkgs/applications/misc/pgmanage
diff options
context:
space:
mode:
authorAnders Riutta <git@andersriutta.com>2018-05-09 14:12:55 -0700
committerAnders Riutta <git@andersriutta.com>2018-05-09 14:12:55 -0700
commitc218cd38d39aa9e7e8487afed7995446772a7ea6 (patch)
tree3f571ddbbb22b9186fa54caf8351611c2921f9b6 /pkgs/applications/misc/pgmanage
parent1e50e178ae2268ab0fd655a80d9d0c0db0aa62a5 (diff)
downloadnixpkgs-c218cd38d39aa9e7e8487afed7995446772a7ea6.tar
nixpkgs-c218cd38d39aa9e7e8487afed7995446772a7ea6.tar.gz
nixpkgs-c218cd38d39aa9e7e8487afed7995446772a7ea6.tar.bz2
nixpkgs-c218cd38d39aa9e7e8487afed7995446772a7ea6.tar.lz
nixpkgs-c218cd38d39aa9e7e8487afed7995446772a7ea6.tar.xz
nixpkgs-c218cd38d39aa9e7e8487afed7995446772a7ea6.tar.zst
nixpkgs-c218cd38d39aa9e7e8487afed7995446772a7ea6.zip
pgmanage: update to current name (minor).
Diffstat (limited to 'pkgs/applications/misc/pgmanage')
-rw-r--r--pkgs/applications/misc/pgmanage/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/misc/pgmanage/default.nix b/pkgs/applications/misc/pgmanage/default.nix
index 7da71df7814..d08b183d9d0 100644
--- a/pkgs/applications/misc/pgmanage/default.nix
+++ b/pkgs/applications/misc/pgmanage/default.nix
@@ -24,9 +24,10 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "A fast replacement for PGAdmin";
     longDescription = ''
-      At the heart of Postage is a modern, fast, event-based C-binary, built in
-      the style of NGINX and Node.js. This heart makes Postage as fast as any
-      PostgreSQL interface can hope to be.
+      At the heart of pgManage is a modern, fast, event-based C-binary, built in
+      the style of NGINX and Node.js. This heart makes pgManage as fast as any
+      PostgreSQL interface can hope to be. (Note: pgManage replaces Postage,
+      which is no longer maintained.)
     '';
     homepage = https://github.com/pgManage/pgManage;
     license = licenses.postgresql;