diff options
author | Jesús <heckyel@hyperbola.info> | 2022-04-06 11:32:34 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-04-06 11:32:34 +0800 |
commit | 8107a7c06ef8fd13490887748fa31b600cf31b62 (patch) | |
tree | 082655c330c2ebbfd4b109d4e66afe4528bbd886 /Makefile | |
parent | 69419dfdb7587ae5b0fd69f87205f321cf94fdf4 (diff) | |
download | ematrix-8107a7c06ef8fd13490887748fa31b600cf31b62.tar.lz ematrix-8107a7c06ef8fd13490887748fa31b600cf31b62.tar.xz ematrix-8107a7c06ef8fd13490887748fa31b600cf31b62.zip |
update credits
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,8 @@ # ηMatrix - a browser extension to black/white list requests. # Copyright (C) 2019-2020 Alessio Vanni +# Modified 2022 by Jesus E. + # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or @@ -16,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see {http://www.gnu.org/licenses/}. -# Home: https://libregit.spks.xyz/heckyel/ematrix +# Home: https://c.hgit.ga/software/ematrix.git # uMatrix Home: https://github.com/gorhill/uMatrix # To build the XPI we explicitly list every file for these reasons: |