datagrip: remove loskutov from maintainers

I haven't been actively maintaining this derivation; provided that updates are made by scripts, it looks like it's time to finally abandon it.
This commit is contained in:
Ignat Loskutov 2020-10-06 22:47:34 +03:00 committed by GitHub
parent 2927f3fb45
commit b125b88783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ let
It allows you to quickly migrate and refactor relational databases, It allows you to quickly migrate and refactor relational databases,
construct efficient, statically checked SQL queries and much more. construct efficient, statically checked SQL queries and much more.
''; '';
maintainers = with maintainers; [ loskutov ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}); });