pgbackrest: add meta.mainProgram

This commit is contained in:
zowoq
2023-08-05 13:08:04 +10:00
parent 35ec1b0ae4
commit f40cb1d86b
+1
View File
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
homepage = "https://pgbackrest.org/";
changelog = "https://github.com/pgbackrest/pgbackrest/releases";
license = licenses.mit;
mainProgram = "pgbackrest";
maintainers = with maintainers; [ zaninime ];
};
}