lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

discrete-scroll: added myself as maintainer

bb2020 5ef5d96c 921287e7

+7
+6
maintainers/maintainer-list.nix
··· 9874 9874 github = "wilsonehusin"; 9875 9875 githubId = 14004487; 9876 9876 }; 9877 + bb2020 = { 9878 + email = "bb2020@users.noreply.github.com"; 9879 + github = "bb2020"; 9880 + githubId = 19290397; 9881 + name = "Tunc Uzlu"; 9882 + }; 9877 9883 }
+1
pkgs/os-specific/darwin/discrete-scroll/default.nix
··· 31 31 homepage = "https://github.com/emreyolcu/discrete-scroll"; 32 32 platforms = platforms.darwin; 33 33 license = licenses.mit; 34 + maintainers = with lib.maintainers; [ bb2020 ]; 34 35 }; 35 36 }