Merge pull request #102336 from bb2020/ds

discrete-scroll: added myself as maintainer
This commit is contained in:
Benjamin Hipple 2020-11-01 10:01:50 -05:00 committed by GitHub
commit c3ff9045d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -9892,4 +9892,10 @@
github = "wilsonehusin";
githubId = 14004487;
};
bb2020 = {
email = "bb2020@users.noreply.github.com";
github = "bb2020";
githubId = 19290397;
name = "Tunc Uzlu";
};
}

View file

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/emreyolcu/discrete-scroll";
platforms = platforms.darwin;
license = licenses.mit;
maintainers = with lib.maintainers; [ bb2020 ];
};
}