1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00

xdg-desktop-entries: fix reference to maintainer cwyc

This commit is contained in:
Luna Nova 2021-12-25 10:19:45 -08:00 committed by Robert Helgesson
parent c9dbe2847e
commit bad529983e
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -147,7 +147,7 @@ let
extraDesktopEntries = config.settings;
};
in {
meta.maintainers = with maintainers; [ cwyc ];
meta.maintainers = [ hm.maintainers.cwyc ];
options.xdg.desktopEntries = mkOption {
description = ''