From a878a43024d18ad013462c6eb2d5a9c11f2770ec Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Fri, 14 Feb 2020 23:09:58 -0500 Subject: [PATCH] Prepare for switching maintainer --- license.txt => COPYING | 0 network-protocol-xmpp.cabal | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) rename license.txt => COPYING (100%) diff --git a/license.txt b/COPYING similarity index 100% rename from license.txt rename to COPYING diff --git a/network-protocol-xmpp.cabal b/network-protocol-xmpp.cabal index 8a270bb..44e1727 100644 --- a/network-protocol-xmpp.cabal +++ b/network-protocol-xmpp.cabal @@ -1,26 +1,26 @@ name: network-protocol-xmpp version: 0.4.8 license: GPL-3 -license-file: license.txt +license-file: COPYING author: John Millikin , Stephan Maka -maintainer: John Millikin +maintainer: Stephen Paul Weber build-type: Simple cabal-version: >= 1.6 category: Network stability: experimental -homepage: https://john-millikin.com/software/haskell-xmpp/ -bug-reports: mailto:jmillikin@gmail.com +homepage: https://git.sr.ht/~singpolyma/network-protocol-xmpp +bug-reports: mailto:dev@singpolyma.net synopsis: Client library for the XMPP protocol. description: source-repository head type: git - location: https://john-millikin.com/code/haskell-xmpp/ + location: https://git.sr.ht/~singpolyma/network-protocol-xmpp source-repository this type: git - location: https://john-millikin.com/code/haskell-xmpp/ + location: https://git.sr.ht/~singpolyma/network-protocol-xmpp tag: network-protocol-xmpp_0.4.8 library -- 2.45.2