Commit 84c5ad5c authored by Anderson Torres's avatar Anderson Torres Committed by Peter Hoeg
Browse files

paperkey: adopted by AndersonTorres and peterhoeg

parent 029c9804
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
    homepage = "https://www.jabberwocky.com/software/paperkey/";
    license = licenses.gpl2;
    platforms = platforms.unix;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ AndersonTorres peterhoeg ];
  };
}