discrete-scroll: added myself as maintainer
This commit is contained in:
parent
921287e7f0
commit
5ef5d96c08
|
@ -9874,4 +9874,10 @@
|
||||||
github = "wilsonehusin";
|
github = "wilsonehusin";
|
||||||
githubId = 14004487;
|
githubId = 14004487;
|
||||||
};
|
};
|
||||||
|
bb2020 = {
|
||||||
|
email = "bb2020@users.noreply.github.com";
|
||||||
|
github = "bb2020";
|
||||||
|
githubId = 19290397;
|
||||||
|
name = "Tunc Uzlu";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/emreyolcu/discrete-scroll";
|
homepage = "https://github.com/emreyolcu/discrete-scroll";
|
||||||
platforms = platforms.darwin;
|
platforms = platforms.darwin;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
maintainers = with lib.maintainers; [ bb2020 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue