Unverified Commit c790282c authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #254419 from adamcstephens/pwgen/mainProgram

parents 1367bd5d 3959f7c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/tytso/pwgen";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ fab ];
    mainProgram = "pwgen";
    platforms = platforms.all;
  };
}