Skip to content

Commit e3f0bd0

Browse files
committed
Move ownership from andys8 to purescript-react
1 parent 866a55c commit e3f0bd0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT No Attribution
22

33
Copyright 2022 andys8
4+
Copyright 2023 purescript-react
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy of this
67
software and associated documentation files (the "Software"), to deal in the Software

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/andys8/purescript-react-icons.git"
8+
"url": "https://github.com/purescript-react/purescript-react-icons.git"
99
},
1010
"ignore": [
1111
"**/.*",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.0.0",
44
"description": "PureScript bindings for react-icons",
55
"type": "module",
6-
"author": "andys8",
6+
"author": "purescript-react",
77
"license": "MIT-0",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/andys8/purescript-react-icons.git"
10+
"url": "git+https://github.com/purescript-react/purescript-react-icons.git"
1111
},
1212
"scripts": {
1313
"postinstall": "spago install",

spago.dhall

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
, packages = ./packages.dhall
44
, sources = [ "src/**/*.purs" ]
55
, license = "MIT-0"
6-
, repository = "https://github.com/andys8/purescript-react-icons.git"
6+
, repository = "https://github.com/purescript-react/purescript-react-icons.git"
77
}

0 commit comments

Comments
 (0)