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

@@ -51,11 +51,11 @@ in
sha256 = "1bp1cqkrpg77rjyh4lq1agc719fmxn92jkiicf6nbhfl8kf3l3vy";
};
meta = {
meta = with stdenv.lib; {
homepage = https://github.com/phillipberndt/autorandr/;
description = "Automatically select a display configuration based on connected devices";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.coroa ];
platforms = stdenv.lib.platforms.unix;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ coroa globin ];
platforms = platforms.unix;
};
}

View File

@@ -52,6 +52,6 @@ buildRustPackage rec {
'';
homepage = https://the.exa.website;
license = licenses.mit;
maintainers = with maintainers; [ ehegnes lilyball ];
maintainers = with maintainers; [ ehegnes lilyball globin ];
};
}

View File

@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/sharkdp/fd";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir ];
maintainers = with maintainers; [ dywedir globin ];
platforms = platforms.all;
};
}

View File

@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
description = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ globin ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
license = stdenv.lib.licenses.mit;
inherit version;
maintainers = [ maintainers.globin ];
};
}