apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 50c00ab9556a274a7d3271d0b285e0d5e87c10b2
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Oct 9 22:35:19 2021 -0400
gnu: Add a missing copyright.
This adjustment is made considering the contributions to the (gnu packages
polkit) module in commits cb151c68bf and 222e3319bd.
Suggested-by: Morgan Smith <[email protected]>
---
gnu/packages/polkit.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index 585e0d8..9be5de2 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Andreas Enge <[email protected]>
;;; Copyright © 2015 Andy Wingo <[email protected]>
+;;; Copyright © 2015 Ludovic Courtès <[email protected]>
;;; Copyright © 2015 Mark H Weaver <[email protected]>
;;; Copyright © 2016 Efraim Flashner <[email protected]>
;;; Copyright © 2017 Huang Ying <[email protected]>