Unverified Commit b6831bf3 authored by Maciej Krüger's avatar Maciej Krüger
Browse files

cjdns-tools: remove myself as maintainer

parent 624b8aef
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;
  };
}