Unverified Commit 3959f7c7 authored by Adam Stephens's avatar Adam Stephens
Browse files

pwgen: add meta.mainProgram

parent 688d95b6
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;
  };
}