Skip to content

Commit

Permalink
postfixadmin: use meta = with lib; {
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamillaova committed Dec 6, 2024
1 parent 1f51ab8 commit 6c4edcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/po/postfixadmin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ stdenv.mkDerivation (finalAttrs: {

passthru.tests = { inherit (nixosTests) postfixadmin; };

meta = {
meta = with lib; {
description = "Web based virtual user administration interface for Postfix mail servers";
homepage = "https://postfixadmin.sourceforge.io/";
maintainers = with lib.maintainers; [ globin ];
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
maintainers = with maintainers; [ globin ];
license = licenses.gpl2Plus;
platforms = platforms.all;
};
})

0 comments on commit 6c4edcc

Please sign in to comment.