Unverified Commit 4aa80bb1 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

Merge pull request #283251 from mkg20001/cjdnsrem

cjdns-tools: remove myself as maintainer
parents be803a1a b6831bf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
    homepage = "https://github.com/cjdelisle/cjdns";
    description = "Tools for cjdns managment";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ mkg20001 ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
  };
}