change package and type name
diff --git a/openstack/compute/v2/extensions/quotasets/urls.go b/openstack/compute/v2/extensions/quotasets/urls.go
index 0c6e67f..c04d941 100644
--- a/openstack/compute/v2/extensions/quotasets/urls.go
+++ b/openstack/compute/v2/extensions/quotasets/urls.go
@@ -1,4 +1,4 @@
-package quotas
+package quotasets
 
 import "github.com/rackspace/gophercloud"