summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-18 21:44:43 -0500
committerGitHub <noreply@github.com>2018-05-18 21:44:43 -0500
commitcbac4d3e3099b61dd8150ff908666d716cadbee4 (patch)
tree28e2e3e54b368edb5faa5c0d0dcabf2f3b417e63 /pkgs/applications
parent05ff6862c8142d6e78202a19e6527889fb98f5d9 (diff)
parentc218cd38d39aa9e7e8487afed7995446772a7ea6 (diff)
downloadnixlib-cbac4d3e3099b61dd8150ff908666d716cadbee4.tar
nixlib-cbac4d3e3099b61dd8150ff908666d716cadbee4.tar.gz
nixlib-cbac4d3e3099b61dd8150ff908666d716cadbee4.tar.bz2
nixlib-cbac4d3e3099b61dd8150ff908666d716cadbee4.tar.lz
nixlib-cbac4d3e3099b61dd8150ff908666d716cadbee4.tar.xz
nixlib-cbac4d3e3099b61dd8150ff908666d716cadbee4.tar.zst
nixlib-cbac4d3e3099b61dd8150ff908666d716cadbee4.zip
Merge pull request #40252 from ariutta/pgmanage
pgmanage: update to current name (minor).
Diffstat (limited to 'pkgs/applications')
-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 7da71df7814c..d08b183d9d00 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;