treewide: update globin's maintained drvs

This commit is contained in:
Robin Gloster
2019-08-20 19:36:05 +02:00
parent 03d34165bf
commit 4e60b0efae
89 changed files with 111 additions and 107 deletions

View File

@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
description = "A utility intended to provide Rust code completion for editors and IDEs";
homepage = https://github.com/racer-rust/racer;
license = licenses.mit;
maintainers = with maintainers; [ jagajaga globin ];
maintainers = with maintainers; [ jagajaga ];
platforms = platforms.all;
};
}