fwupd,libjcat,libxmlb: remove myself from maintainers
This commit is contained in:
parent
51bcc9df5c
commit
74be655fa9
3 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Library for reading and writing Jcat files";
|
description = "Library for reading and writing Jcat files";
|
||||||
homepage = "https://github.com/hughsie/libjcat";
|
homepage = "https://github.com/hughsie/libjcat";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A library to help create and query binary XML blobs";
|
description = "A library to help create and query binary XML blobs";
|
||||||
homepage = "https://github.com/hughsie/libxmlb";
|
homepage = "https://github.com/hughsie/libxmlb";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -414,7 +414,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://fwupd.org/";
|
homepage = "https://fwupd.org/";
|
||||||
maintainers = with maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ ];
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue