Commit 11a67206 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

sn0int: add myself as maintainer

parent 2508cc45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/kpcyrd/sn0int";
    changelog = "https://github.com/kpcyrd/sn0int/releases/tag/v${version}";
    license = with licenses; [ gpl3Plus ];
    maintainers = with maintainers; [ xrelkd ];
    maintainers = with maintainers; [ fab xrelkd ];
    platforms = platforms.linux;
  };
}